c# print out whole object

80

c# print out whole object -

Console.WriteLine(JsonConvert.SerializeObject(OBJECTNAME, Formatting.Indented););

Comments

Submit
0 Comments